type github.com/robfig/cron/v3.byTime

5 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L79: type byTime []*Entry
		cron.go#L81: func (s byTime) Len() int      { return len(s) }
		cron.go#L82: func (s byTime) Swap(i, j int) { s[i], s[j] = s[j], s[i] }
		cron.go#L83: func (s byTime) Less(i, j int) bool {
		cron.go#L251: 		sort.Sort(byTime(c.entries))